#include #include using namespace std; int main() { int x=1, y; y = x++;//y=2 cout<